From: Keir Fraser Date: Tue, 13 Sep 2011 10:20:57 +0000 (+0100) Subject: scripts/git-checkout.sh: Is not bash specific. Invoke with /bin/sh. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~9901 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=6018608caf53ea4502b0a77408d2765c6544afef;p=xen.git scripts/git-checkout.sh: Is not bash specific. Invoke with /bin/sh. Signed-off-by: Keir Fraser --- diff --git a/scripts/git-checkout.sh b/scripts/git-checkout.sh index 3f3212662b..1c0175b58b 100644 --- a/scripts/git-checkout.sh +++ b/scripts/git-checkout.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh TREE=$1 TAG=$2